object UsageForm: TUsageForm Left = 325 Top = 256 Width = 435 Height = 300 BorderIcons = [biSystemMenu, biMinimize] Caption = 'Stella 2000 Usage' Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 125 TextHeight = 16 object Panel1: TPanel Left = 9 Top = 14 Width = 412 Height = 236 BevelOuter = bvLowered Caption = 'Panel1' TabOrder = 0 object Memo1: TMemo Left = 1 Top = 1 Width = 410 Height = 234 Cursor = crHelp Align = alClient Color = clGray Font.Color = clWhite Font.Height = -17 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False ReadOnly = True TabOrder = 0 end end end